• Blog functionality

    9:30:05 pm / 00:00:26:389 Pass

    Blog functionality
    04.16.2025 9:30:05 pm 04.16.2025 9:30:32 pm 00:00:26:389 · #test-id=1
    PassSubmitting a blog comment without filling required details
    Given the user is on the homepage
    When the user clicks on the Blog button
    Then the user selects any article from the blog
    And the user is navigated to the selected blog page
    When the user enters the name "Jeev"
    And enters the email ""
    And adds the comment ""
    And clicks on the Post Comment button
    Then the user should see the warning message "Warning: Comment Text must be between 25 and 1000 characters!" and "check1"
    PassSubmitting a blog comment without filling required details
    Given the user is on the homepage
    When the user clicks on the Blog button
    Then the user selects any article from the blog
    And the user is navigated to the selected blog page
    When the user enters the name ""
    And enters the email "jeev@example.com"
    And adds the comment "Viverra accumsan in nisl nisi scelerisque eu. Vestibulum lorem sed risus ultricies tristique."
    And clicks on the Post Comment button
    Then the user should see the warning message "Warning: Comment Name must be between 3 and 25 characters!" and "check2"
    PassSubmitting a blog comment without filling required details
    Given the user is on the homepage
    When the user clicks on the Blog button
    Then the user selects any article from the blog
    And the user is navigated to the selected blog page
    When the user enters the name "Jeev"
    And enters the email "jeev@example.com"
    And adds the comment "Hi"
    And clicks on the Post Comment button
    Then the user should see the warning message "Warning: Comment Text must be between 25 and 1000 characters!" and "check3"
    Given the user is on the homepage
    When the user clicks on the Blog button
    Then the user selects any article from the blog
    And the user is navigated to the selected blog page
    When the user enters the following comment details:
    nameemailcomment
    Jeevjeev@example.comThis blog was very informative and well written. Keep it up!
    And clicks on the Post Comment button
    Then the user should see the message "Thank you for your comment. It has been submitted to the webmaster for approval."
  • Add to Cart Functionality on eCommerce Playground

    9:30:05 pm / 00:00:45:737 Pass

    Add to Cart Functionality on eCommerce Playground
    04.16.2025 9:30:05 pm 04.16.2025 9:30:51 pm 00:00:45:737 · #test-id=4
    Given the user is on the homepage
    When user clicks the Phones & PDAs category
    And user selects the iPod Nano product
    And user clicks on the Add to Cart button
    Then user should see a confirmation message stating "Success: You have added iPod Nano to your shopping cart!"
    Given the user is on the homepage
    When user clicks the Phones & PDAs category
    And user selects the Apple Cinema 30 product
    And user clicks on the Add to Cart button
    Then user should see a message "Size required!"
    Given the user is on the homepage
    When user clicks the Phones & PDAs category
    And user selects the iPod Nano product
    And user sets the quantity to 3
    And user clicks on the Add to Cart button
    Then user should see a confirmation message stating "Success: You have added iPod Nano to your shopping cart!"
    And the shopping cart should display "3 item(s)"
    Given the user is on the homepage
    When user clicks the Phones & PDAs category
    And user selects the iPod Nano product
    And user clicks on the Add to Cart button
    When user views the shopping cart
    And user removes iPod Nano from the cart
    Then the shopping cart should display "Your shopping cart is empty!"
  • User Registration and Affiliate Account Functionality

    9:30:05 pm / 00:00:45:222 Fail

    User Registration and Affiliate Account Functionality
    04.16.2025 9:30:05 pm 04.16.2025 9:30:50 pm 00:00:45:222 · #test-id=8
    I want to register for the ecommerce LambdaTest account and become an affiliate partner
    FailEdit affiliate account with valid and invalid inputs
    Given the user is on the homepage
    When the user clicks on My Account
    And clicks the register button
    Then the user should see the registration page
    Step skipped
    When the user clicks on Edit your affiliate information
    Step skipped
    And enters "sbi" as account name
    Step skipped
    And enters "" as account number
    Step skipped
    And clicks on continue button
    Step skipped
    Then the user should see account created "Account Number required!"
    Step skipped
    com.definitions.Hooks.tearDown(io.cucumber.java.Scenario)
    Failure Screenshot
    FailEdit affiliate account with valid and invalid inputs
    Given the user is on the homepage
    When the user clicks on My Account
    And clicks the register button
    Then the user should see the registration page
    Step skipped
    When the user clicks on Edit your affiliate information
    Step skipped
    And enters "" as account name
    Step skipped
    And enters "12345" as account number
    Step skipped
    And clicks on continue button
    Step skipped
    Then the user should see account created "Account Name required!"
    Step skipped
    com.definitions.Hooks.tearDown(io.cucumber.java.Scenario)
    Failure Screenshot
    FailEdit affiliate account with valid and invalid inputs
    Given the user is on the homepage
    When the user clicks on My Account
    And clicks the register button
    Then the user should see the registration page
    Step skipped
    When the user clicks on Edit your affiliate information
    Step skipped
    And enters "sbi" as account name
    Step skipped
    And enters "12345" as account number
    Step skipped
    And clicks on continue button
    Step skipped
    Then the user should see account created "Success: Your account has been successfully updated."
    Step skipped
    com.definitions.Hooks.tearDown(io.cucumber.java.Scenario)
    Failure Screenshot
    FailRegister with valid inputs
    Given the user is on the homepage
    When the user clicks on My Account
    And clicks the register button
    Then the user should see the registration page
    Step skipped
    When the user enters "priya", "ram", "ppta12e@gmail.com", "1234567891", "1234" and "1234"
    Step skipped
    And agrees to the Privacy Policy
    Step skipped
    And submits the registration form
    Step skipped
    Then the user should see "Your Account Has Been Created!"
    Step skipped
    com.definitions.Hooks.tearDown(io.cucumber.java.Scenario)
    Failure Screenshot
  • Forgot Password Functionality

    9:30:25 pm / 00:00:11:204 Fail

    Forgot Password Functionality
    04.16.2025 9:30:25 pm 04.16.2025 9:30:37 pm 00:00:11:204 · #test-id=77
    Given the user is on the homepage
    When the user clicks on My Account
    And clicks on login
    When user clicks on Forgotten Password link
    And user enters valid email to receive reset link
    email
    2k21eee65@kiot.ac.in
    And user clicks continue
    Then user should see an email sent confirmation message
    Given the user is on the homepage
    When the user clicks on My Account
    And clicks on login
    When user clicks on Forgotten Password link
    And user enters Invalid email to receive reset link
    email
    2k21eee33@kiot.ac.in
    And user clicks continue
    Then user should see an Error Message
    Given the user is on the homepage
    When the user clicks on My Account
    And clicks on login
    When user clicks on Forgotten Password link
    And user clicks continue
    Then user should see an Error Message
    com.definitions.Hooks.tearDown(io.cucumber.java.Scenario)
    Failure Screenshot
  • Shopping Cart CheckOut functionality

    9:30:31 pm / 00:00:45:473 Pass

    Shopping Cart CheckOut functionality
    04.16.2025 9:30:31 pm 04.16.2025 9:31:17 pm 00:00:45:473 · #test-id=120
    Given the user is on the homepage
    When the user searches "hp lp3065"
    And user selects the product
    And user clicks on the Add to Cart button
    And user views the shopping cart
    And the user clicks CheckOut
    And Select Guest CheckOut
    And Enter the details in form:
    FieldValue
    First NameJohn
    Last NameDoe
    Emailjohn@test.com
    Telephone1234567890
    Address123 Main St
    CitySalem
    Postcode12345
    CountryUnited States
    And the user accepts the terms and condition
    And clicks continue from the checkout page
    When the user clicks confirm order
    Then the order success message should be displayed
    Given the user is on the homepage
    And user views the shopping cart
    Then the user should see the message cart is empty
    Given the user is on the homepage
    When the user searches "hp lp3065"
    And user selects the product
    And user clicks on the Add to Cart button
    And user views the shopping cart
    And the user clicks CheckOut
    And Select Registered user CheckOut
    And Enter the details in payment register form as new user in checkout:
    FieldValue
    First NameJohn
    Last NameDoe
    Emailjohn@test.com
    Telephone1234567890
    Pass1234
    Confirm pass1234
    Address123 Main St
    CitySalem
    Postcode12345
    CountryUnited States
    And the user accepts the terms and condition
    And the user accepts the privacy policy
    And clicks continue from the checkout page
    When the user clicks confirm order
    Then the order success message should be displayed
    Given the user is on the homepage
    When the user searches "hp lp3065"
    And user selects the product
    And user clicks on the Add to Cart button
    And user views the shopping cart
    And the user clicks CheckOut
    And Select Registered user CheckOut
    And Enter the details in payment register form:
    FieldValue
    First NameJohn
    Last NameDoe
    Emailjohn@test.com
    Telephone1234567890
    Pass1234
    Confirm pass1234
    Address123 Main St
    CitySalem
    Postcode12345
    CountryUnited States
    And the user accepts the terms and condition
    And the user accepts the privacy policy
    And clicks continue from the checkout page
    Then the user sould see the email alread exist error
  • Product compare functionality

    9:30:37 pm / 00:00:20:459 Pass

    Product compare functionality
    04.16.2025 9:30:37 pm 04.16.2025 9:30:57 pm 00:00:20:459 · #test-id=153
    Given the user is on the homepage
    When the user searches " "
    And the user clicks product compare
    Then the user should see no products to compare error "You have not chosen any products to compare."
    Given the user is on the homepage
    When the user searches "mac"
    And user selects the products to compare
    And the user clicks the comparision button
    And the user clicks the comparision arrow
    Then the user should see the comparison page
  • Product Review

    9:30:49 pm / 00:00:13:759 Pass

    Product Review
    04.16.2025 9:30:49 pm 04.16.2025 9:31:02 pm 00:00:13:759 · #test-id=176
    Given the user is on the homepage
    When user clicks the Phones & PDAs category
    And user selects the iPod Nano product
    And user enters "soundar" in the Name field
    And user writes "Excellent product with great features" in the Review field
    And user selects a 5-star rating
    When user clicks on the Continue button to submit the review
    Then success message "Thank you for your review. It has been submitted to the webmaster for approval." should be displayed
    Given the user is on the homepage
    When user clicks the Phones & PDAs category
    And user selects the iPod Nano product
    And user enters "soundar" in the Name field
    And user leaves the Review field blank
    And user does not select any rating
    When user clicks on the Continue button to submit the review
    And error message "Please select a review rating" should be displayed
    Given the user is on the homepage
    When user clicks the Phones & PDAs category
    And user selects the iPod Nano product
    And user enters "soundar" in the Name field
    And user writes "Not satisfied with the sound quality" in the Review field
    And user does not select any rating
    When user clicks on the Continue button to submit the review
    Then error message "Please select a review rating" should be displayed
    Given the user is on the homepage
    When user clicks the Phones & PDAs category
    And user selects the iPod Nano product
    And user enters "soundar" in the Name field
    And user leaves the Review field blank
    And user selects a 4-star rating
    When user clicks on the Continue button to submit the review
    Then error message "Warning: Review Text must be between 25 and 1000 characters!" should be displayed
  • Search functionality

    9:30:50 pm / 00:00:11:813 Pass

    Search functionality
    04.16.2025 9:30:50 pm 04.16.2025 9:31:02 pm 00:00:11:813 · #test-id=216
    Given the user is on the homepage
    When the user searches with valid input from excel
    Then the products must be displayed
    Given the user is on the homepage
    When the user searches with invalid input from excel
    Then no products should be displayed
    Given the user is on the homepage
    When the user searches with case sensitive input from excel
    Then the products must be displayed
    Given the user is on the homepage
    When the user searches with indented input from excel
    Then the products must be displayed
    Given the user is on the homepage
    When the user searches with category input from excel
    Then the message "There is no product that matches the search criteria." should be displayed
  • User Account Management

    9:30:58 pm / 00:00:30:265 Fail

    User Account Management
    04.16.2025 9:30:58 pm 04.16.2025 9:31:28 pm 00:00:30:265 · #test-id=258
    Given the user is on the homepage
    When the user clicks on My Account
    And clicks on login
    And the user enters the valid credentials
    And the user clicks on the Login button
    Then the user clicks the "Edit your account information" page
    And the user updates telephone number
    And clicks on the "EditInfo" Continue button
    Then user should see "Success: Your account has been successfully updated."
    Given the user is on the homepage
    When the user clicks on My Account
    And clicks on login
    And the user enters the valid credentials
    And the user clicks on the Login button
    Then the user clicks the "Modify your address book entries" page
    And the user clicks new address
    And user enters valid details
    And clicks on the "NewAddress" Continue button
    Step skipped
    Then user should see "Your address has been successfully added"
    Step skipped
    com.definitions.Hooks.tearDown(io.cucumber.java.Scenario)
    Failure Screenshot
    Given the user is on the homepage
    When the user clicks on My Account
    And clicks on login
    And the user enters the valid credentials
    And the user clicks on the Login button
    Then the user clicks the "Modify your wish list" page
    And the user has products in their wishlist
    When the user removes a product from the wishlist
    Then user should see "Success: You have modified your wish list!"
    PassSubscribe or Unsubscribe from newsletter
    Given the user is on the homepage
    When the user clicks on My Account
    And clicks on login
    And the user enters the valid credentials
    And the user clicks on the Login button
    When the user clicks the "Newsletter" page
    And the user chooses to "subscribe" the newsletter
    And clicks on the "Newsletter" Continue button
    Then user should see "Success: Your newsletter subscription has been successfully updated!"
    PassSubscribe or Unsubscribe from newsletter
    Given the user is on the homepage
    When the user clicks on My Account
    And clicks on login
    And the user enters the valid credentials
    And the user clicks on the Login button
    When the user clicks the "Newsletter" page
    And the user chooses to "unsubscribe" the newsletter
    And clicks on the "Newsletter" Continue button
    Then user should see "Success: Your newsletter subscription has been successfully updated!"
    FailUser tries to login with invalid credentials
    Given the user is on the homepage
    When the user clicks on My Account
    And clicks on login
    And the user enters E-Mail "atk62@gmail.com"
    And the user enters Password "1234"
    Step skipped
    And the user clicks on the Login button
    Step skipped
    Then the user should see the "Warning: No match for E-Mail Address and/or Password." and "check2"
    Step skipped
    com.definitions.Hooks.tearDown(io.cucumber.java.Scenario)
    Failure Screenshot
    Given the user is on the homepage
    When the user clicks on My Account
    And clicks on login
    And the user enters the valid credentials
    And the user clicks on the Login button
    Then the user clicks the "Change your password" page
    And the user enters current password and new password details
    And clicks on the "ChangePassword" Continue button
    Then user should see "Success: Your password has been successfully updated."
    Given the user is on the homepage
    When the user clicks on My Account
    And clicks on login
    And the user enters the valid credentials
    And the user clicks on the Login button
    Then the user clicks the "Change your password" page
    And clicks on the "ChangePassword" Continue button
    Then user should see "Password must be between 4 and 20 characters!"
  • Login Functionality

    9:31:05 pm / 00:00:23:806 Fail

    Login Functionality
    04.16.2025 9:31:05 pm 04.16.2025 9:31:29 pm 00:00:23:806 · #test-id=328
    Given the user is on the homepage
    When the user clicks on My Account
    And clicks on login
    And the user enters valid credentials
    And the user clicks on the Login button
    Then the user should see the My Account page
    FailUser tries to login with invalid credentials
    Given the user is on the homepage
    When the user clicks on My Account
    And clicks on login
    And the user enters E-Mail "atgs2@gmail.com"
    And the user enters Password "12345"
    Step skipped
    And the user clicks on the Login button
    Step skipped
    Then the user should see the "Warning: No match for E-Mail Address and/or Password." and "check1"
    Step skipped
    com.definitions.Hooks.tearDown(io.cucumber.java.Scenario)
    Failure Screenshot
    FailUser tries to login with invalid credentials
    Given the user is on the homepage
    When the user clicks on My Account
    And clicks on login
    And the user enters E-Mail ""
    And the user enters Password "12345"
    Step skipped
    And the user clicks on the Login button
    Step skipped
    Then the user should see the "Warning: Your account has exceeded allowed number of login attempts. Please try again in 1 hour." and "check3"
    Step skipped
    com.definitions.Hooks.tearDown(io.cucumber.java.Scenario)
    Failure Screenshot
    FailUser tries to login with invalid credentials
    Given the user is on the homepage
    When the user clicks on My Account
    And clicks on login
    And the user enters E-Mail ""
    And the user enters Password ""
    Step skipped
    And the user clicks on the Login button
    Step skipped
    Then the user should see the "Warning: Your account has exceeded allowed number of login attempts. Please try again in 1 hour." and "check4"
    Step skipped
    com.definitions.Hooks.tearDown(io.cucumber.java.Scenario)
    Failure Screenshot
    Given the user is on the homepage
    When the user clicks on My Account
    And clicks on login
    When the user enters valid credentials
    And the user clicks on the Login button
    Step skipped
    Then the user logs out
    Step skipped
    And the user should see the Account Logout page
    Step skipped
    com.definitions.Hooks.tearDown(io.cucumber.java.Scenario)
    Failure Screenshot
  • User Registration Functionality

    9:31:13 pm / 00:00:48:098 Fail

    User Registration Functionality
    04.16.2025 9:31:13 pm 04.16.2025 9:32:02 pm 00:00:48:098 · #test-id=413
    I want to register for the ecommerce LambdaTest account
    FailRegister with valid inputs
    Given the user is on the homepage
    When the user clicks on My Account.
    And clicks the register button
    Then the user should see the registration page
    Step skipped
    When the user enters "priya", "ram", "", "1234567891", "1234" and "1234"
    Step skipped
    And agrees to the Privacy Policy
    Step skipped
    And submits the registration form
    Step skipped
    Then the user should see "Your Account Has Been Created!"
    Step skipped
    com.definitions.Hooks.tearDown(io.cucumber.java.Scenario)
    Failure Screenshot
    FailRegister with invalid inputs
    Given the user is on the homepage
    When the user clicks on My Account.
    And clicks the register button
    Then the user should see the registration page
    Step skipped
    When the user enters the invalid inputs "", "ram", "priya123@gmail.com", "1234567891", "1234" and "1234"
    Step skipped
    And agrees to the Privacy Policy
    Step skipped
    And submits the registration form
    Step skipped
    Then the user should see "First Name must be between 1 and 32 characters!" for "empty first name"
    Step skipped
    com.definitions.Hooks.tearDown(io.cucumber.java.Scenario)
    Failure Screenshot
    PassRegister with invalid inputs
    Given the user is on the homepage
    When the user clicks on My Account.
    And clicks the register button
    Then the user should see the registration page
    When the user enters the invalid inputs "priya", "ram", "oign@gma.com", "1234567891", "1234" and "1234"
    And agrees to the Privacy Policy
    And submits the registration form
    Then the user should see "Warning: E-Mail Address is already registered!" for "existing email"
    FailRegister with invalid inputs
    Given the user is on the homepage
    When the user clicks on My Account.
    And clicks the register button
    Then the user should see the registration page
    Step skipped
    When the user enters the invalid inputs "priya", "ram", "priya123@gmail.com", "1234567891", "" and "1234"
    Step skipped
    And agrees to the Privacy Policy
    Step skipped
    And submits the registration form
    Step skipped
    Then the user should see "Password must be between 4 and 20 characters!" for "empty password"
    Step skipped
    com.definitions.Hooks.tearDown(io.cucumber.java.Scenario)
    Failure Screenshot
    FailRegister with invalid inputs
    Given the user is on the homepage
    When the user clicks on My Account.
    And clicks the register button
    Then the user should see the registration page
    Step skipped
    When the user enters the invalid inputs "priya", "ram", "priya123@gmail.com", "1234567891", "1234" and "4321"
    Step skipped
    And agrees to the Privacy Policy
    Step skipped
    And submits the registration form
    Step skipped
    Then the user should see "Password confirmation does not match password!" for "password mismatch"
    Step skipped
    com.definitions.Hooks.tearDown(io.cucumber.java.Scenario)
    Failure Screenshot
    PassRegister with valid inputs with out checking privacy policy
    Given the user is on the homepage
    When the user clicks on My Account.
    And clicks the register button
    Then the user should see the registration page
    When the user enters "priya", "ram", "priya123@gmail.com", "1234567891", "1234" and "1234"
    And the user not agrees to the privacy policy
    And submits the registration form
    Then the user should see "Warning: You must agree to the Privacy Policy!" for "Not checking privacy policy"
  • 1

    org.openqa.selenium.StaleElementReferenceException

    1 tests

    org.openqa.selenium.StaleElementReferenceException

    1 failed
    Status Timestamp TestName
    Fail 21:30:35 pm Then user should see an Error Message
    Forgot Password Functionality.User requests a password reset link without providing email.Then user should see an Error Message
  • 1

    java.io.FileNotFoundException

    1 tests

    java.io.FileNotFoundException

    1 failed
    Status Timestamp TestName
    Fail 21:31:12 pm And user enters valid details
    User Account Management.Adding new address.And user enters valid details
  • 5

    org.openqa.selenium.NoSuchElementException

    5 tests

    org.openqa.selenium.NoSuchElementException

    5 failed
    Status Timestamp TestName
    Fail 21:31:15 pm And the user enters E-Mail "atgs2@gmail.com"
    Login Functionality.User tries to login with invalid credentials.And the user enters E-Mail "atgs2@gmail.com"
    Fail 21:31:17 pm And the user enters E-Mail "atk62@gmail.com"
    User Account Management.User tries to login with invalid credentials.And the user enters E-Mail "atk62@gmail.com"
    Fail 21:31:17 pm And the user enters E-Mail ""
    Login Functionality.User tries to login with invalid credentials.And the user enters E-Mail ""
    Fail 21:31:17 pm When the user enters valid credentials
    Login Functionality.User tries to login with valid credentials and logs out.When the user enters valid credentials
    Fail 21:31:18 pm And the user enters E-Mail ""
    Login Functionality.User tries to login with invalid credentials.And the user enters E-Mail ""
  • 8

    org.openqa.selenium.TimeoutException

    8 tests

    org.openqa.selenium.TimeoutException

    8 failed
    Status Timestamp TestName
    Fail 21:30:18 pm And clicks the register button
    User Registration and Affiliate Account Functionality.Register with valid inputs.And clicks the register button
    Fail 21:30:19 pm And clicks the register button
    User Registration and Affiliate Account Functionality.Edit affiliate account with valid and invalid inputs.And clicks the register button
    Fail 21:30:19 pm And clicks the register button
    User Registration and Affiliate Account Functionality.Edit affiliate account with valid and invalid inputs.And clicks the register button
    Fail 21:30:19 pm And clicks the register button
    User Registration and Affiliate Account Functionality.Edit affiliate account with valid and invalid inputs.And clicks the register button
    Fail 21:31:17 pm And clicks the register button
    User Registration Functionality.Register with valid inputs.And clicks the register button
    Fail 21:31:17 pm And clicks the register button
    User Registration Functionality.Register with invalid inputs.And clicks the register button
    Fail 21:31:19 pm And clicks the register button
    User Registration Functionality.Register with invalid inputs.And clicks the register button
    Fail 21:31:19 pm And clicks the register button
    User Registration Functionality.Register with invalid inputs.And clicks the register button

Started

Apr 16, 2025 09:30:04 pm

Ended

Apr 16, 2025 09:32:02 pm

Features Passed

6

Features Failed

5

Features
Scenarios
Steps

Timeline

Tags

NamePassedFailedSkippedOthersPassed %
@CheckoutWithExistingEmail 1 0 0 0 100%
@removeProduct 1 0 0 0 100%
@logout 0 1 0 0 0%
@RegistrationWithoutAcceptingPrivacyPolicy 1 0 0 0 100%
@AddToCartWithoutSize 1 0 0 0 100%
@CheckOutEmptyCart 1 0 0 0 100%
@EditAccount 1 0 0 0 100%
@CheckoutAsGuest 1 0 0 0 100%
@Newsletter 2 0 0 0 100%
@ForgotPasswordWithValidEmail 1 0 0 0 100%
@noRatingWithComment 1 0 0 0 100%
@InValidRegistrationInputs 1 3 0 0 25%
@withRatingNoComment 1 0 0 0 100%
@AddProductToComparision 1 0 0 0 100%
@ProductCompare 2 0 0 0 100%
@noRatingNoComment 1 0 0 0 100%
@validReview 1 0 0 0 100%
@SearchByCategory 1 0 0 0 100%
@login_invalid_input 0 4 0 0 0%
@addSingleProduct 1 0 0 0 100%
@CompareWithoutProducts 1 0 0 0 100%
@CheckoutAsRegisterUser 1 0 0 0 100%
@invalid_blog_filling_without_required_details 3 0 0 0 100%
@ChangePassword_EmptyNewPasswordField 1 0 0 0 100%
@InValidSearchInputs 1 0 0 0 100%
@ValidSearchInputs 1 0 0 0 100%
@valid_blog_filling_all_required_details 1 0 0 0 100%
@ChangePassword 1 0 0 0 100%
@ForgotPasswordWithInValidEmail 1 0 0 0 100%
@CaseSensitiveSearchInputs 1 0 0 0 100%
@addSameProductMultipleQuantity 1 0 0 0 100%
@ValidRegistrationInputs 0 3 0 0 0%
@ForgotPasswordWithoutProvidingEmail 0 1 0 0 0%
@Checkout 6 0 0 0 100%
@ModifyWishlist 1 0 0 0 100%
@Affiliate_Account_Creation 0 3 0 0 0%
@IndentationSearchInputs 1 0 0 0 100%
@ModifyAddress 0 1 0 0 0%
@registration 2 4 0 0 33.333%
@login_valid_input 1 0 0 0 100%

System/Environment

NameValue
version 10
os windows